home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 February
/
PCWorld_2008-02_cd.bin
/
domacnost a kancelar
/
move action
/
moveaction.exe
/
moveaction.dpr
< prev
next >
Wrap
Text File
|
2007-11-28
|
401b
|
19 lines
program moveaction;
uses
Forms,
mainthread in 'mainthread.pas',
JLCVideo in '..\common\jlcvideo\JLCVideo.pas',
AviCaptura in '..\common\jlcvideo\AviCaptura.pas',
unit1 in 'unit1.pas' {Form1},
MailerThread in 'MailerThread.pas',
FTPThread in 'FTPThread.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.